Docs.rs
rich-sdl2-rust-0.13.2
rich-sdl2-rust 0.13.2
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
MikuroXina
Dependencies
ash ^0.37.3
normal
optional
bitflags ^2.4.2
normal
once_cell ^1.19.0
normal
optional
raw-window-handle ^0.3.4
normal
rich-sdl2-rust-sys ^0.13.2
normal
static_assertions ^1.1.0
normal
typed-builder ^0.18.1
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rich_
sdl2_
rust
0.13.2
rich_sdl2_rust
Function
delay
Copy item path
Source
pub fn delay(ms:
u32
)
Expand description
Stops the current thread for
ms
milliseconds, then returns.