diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-12 23:35:00 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-12 23:35:00 +0100 |
commit | 9f5d815e932c9c01265fec2f5a079470d73d6cc8 (patch) | |
tree | 4d86b50699ea4a36cba451bdffe13a30b457d889 /world/Cargo.toml | |
parent | 32b749262d305b5ce09d1fc0c02f40023033c9bd (diff) | |
download | weareserver-9f5d815e932c9c01265fec2f5a079470d73d6cc8.tar weareserver-9f5d815e932c9c01265fec2f5a079470d73d6cc8.tar.bz2 weareserver-9f5d815e932c9c01265fec2f5a079470d73d6cc8.tar.zst |
zero copy texture write
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml index 3a867bb..8bf5e02 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -21,3 +21,4 @@ log = "0.4.22" weareshared = { path = "../shared" } rand = "0.9.0-beta.1" image = "0.25.5" +rayon = "1.10.0" |