123456789101112131415161718192021 |
- [package]
- name = "patina"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- log = "0.4"
- jumprope = "1.1"
- # for window initialization
- winit = { version = "0.30.0", default-features = false, features = ["x11", "wayland", "rwh_06"] }
- # for rendering
- softbuffer = "0.4.2"
- # tiny-skia = "0.11"
- kahlo = { path = "../kahlo-rs/", version = "0.1.0" }
- fontdue = "0.9.0"
- [dev-dependencies]
|