mirror of
https://github.com/stickynotememo/wolf_renderer.git
synced 2026-07-29 22:36:03 +10:00
12 lines
232 B
TOML
12 lines
232 B
TOML
[package]
|
|
name = "wolf_render"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libc = "0.2.177"
|
|
memfile = "0.3.2"
|
|
shared_memory = "0.12.4"
|
|
wayland-client = "0.31"
|
|
wayland-protocols = { version = "0.32.9", features = ["client"] }
|