[package] name = "ui" version = "0.1.0" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pollster = "0.4.0" winit = "0.30.12" wgpu = "27.0.1" bytemuck = "1.23.1" image = "0.25.6" cosmic-text = "0.15.0" unicode-segmentation = "1.12.0" fxhash = "0.2.1" arboard = { version = "3.6.1", features = ["wayland-data-control"] }