mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
9 lines
218 B
TOML
9 lines
218 B
TOML
[package]
|
|
name = "cz_render"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
image = { version = "0.24.6", features = ["webp", "webp-encoder"] }
|
|
sdl2 = { version = "0.35.2", features = ["gfx"] }
|
|
sdl2-sys = "0.35.2"
|