Docs.rs
pyxel-engine-2.3.18
pyxel-engine 2.3.18
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kitao
Dependencies
cfg-if ^1.0
normal
directories ^6.0
normal
gif ^0.13
normal
glow ^0.16
normal
hound ^3.5
normal
image ^0.25
normal
indexmap ^2.7
normal
noise ^0.9
normal
parking_lot ^0.12
normal
pyxel-platform ^2.3.18
normal
rand ^0.9
normal
rand_xoshiro ^0.7
normal
semver ^1.0
normal
serde ^1.0
normal
serde-xml-rs ^0.6
normal
toml ^0.8
normal
zip ^2.2
normal
chrono ^0.4
normal
Versions
0%
of the crate is documented
Go to latest version
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
pyxel
2.3.18
Shared
Tilemap
Aliased Type
In crate pyxel
pyxel
Type Alias
SharedTilemap
Copy item path
Source
pub type SharedTilemap =
Arc
<
Mutex
<
Tilemap
>>;
Aliased Type
ยง
pub struct SharedTilemap {
/* private fields */
}