-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (25 loc) · 946 Bytes
/
Copy pathCargo.toml
File metadata and controls
30 lines (25 loc) · 946 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
[workspace]
members = ["grezi_egui", "grezi_font_serde", "grezi_layout", "grezi_native", "grezi_parser", "GreziRemote", "tree-sitter-grz", "grezi_lsp", "grezi_file_owner", "grezi_mathml", "grezi_export", "grezi_web"]
resolver = "2"
[workspace.package]
edition = "2024"
[profile.dev.package."*"]
opt-level = 3
[profile.dev]
panic = "abort"
[profile.release]
lto = true
codegen-units = 1
strip = true
panic = "abort"
[workspace.dependencies]
# egui = { version = "0.31.0", default-features = false }
# ecolor = { version = "0.31.0" }
# emath = { version = "0.31.0" }
# egui_extras = { version = "0.31.0" }
egui = { version = "0.32.1", default-features = false }
eframe = { version = "0.32.1", default-features = false }
ecolor = { version = "0.32.1" }
emath = { version = "0.32.1" }
egui_extras = { version = "0.32.1" }
egui-glyphon = { git = "https://github.com/StratusFearMe21/egui-glyphon.git", branch = "grezi", default-features = false }