-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (33 loc) · 796 Bytes
/
Cargo.toml
File metadata and controls
40 lines (33 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[workspace]
resolver = "2"
members = ["wayland-scanner"]
[workspace.package]
edition = "2021"
[workspace.dependencies]
anyhow = "1.0"
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
fontdue = "0.9"
gl_generator = "0.14"
libc = "0.2"
log = "0.4"
png = "0.17"
quick-xml = { version = "0.37" }
wayland-scanner = { path = "./wayland-scanner" }
[package]
name = "bscreen"
version = "0.0.0"
edition.workspace = true
[dependencies]
anyhow.workspace = true
env_logger.workspace = true
fontdue.workspace = true
libc.workspace = true
log.workspace = true
png.workspace = true
[build-dependencies]
anyhow.workspace = true
gl_generator.workspace = true
wayland-scanner.workspace = true
[dev-dependencies]
anyhow.workspace = true
wayland-scanner.workspace = true