-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
44 lines (40 loc) · 1.74 KB
/
Cargo.toml
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
40
41
42
43
44
[workspace]
members = [
"eddy",
"eddy-model",
"eddy-ts",
"gflux",
"wasm-test",
]
resolver = "2"
[profile.release]
codegen-units = 1
debug = 1
lto = true
# [patch.crates-io]
# cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# cairo-sys-rs = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# gobject-sys = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# graphene-rs = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# graphene-sys = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# pango = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# pango-sys = { git = "https://github.com/gtk-rs/gtk-rs-core" }
# gdk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
# gdk4-sys = { git = "https://github.com/gtk-rs/gtk4-rs" }
# [patch.'https://github.com/gtk-rs/gtk-rs-core']
# cairo-rs = { path = '/home/brain/src/gtk-rs-core/cairo' }
# cairo-sys-rs = { path = '/home/brain/src/gtk-rs-core/cairo/sys' }
# glib = { path = '/home/brain/src/gtk-rs-core/glib' }
# glib-sys = { path = '/home/brain/src/gtk-rs-core/glib/sys' }
# gobject-sys = { path = '/home/brain/src/gtk-rs-core/glib/gobject-sys' }
# graphene-rs = { path = '/home/brain/src/gtk-rs-core/graphene' }
# graphene-sys = { path = '/home/brain/src/gtk-rs-core/graphene/sys' }
# pango = { path = '/home/brain/src/gtk-rs-core/pango' }
# pangocairo = { path = '/home/brain/src/gtk-rs-core/pangocairo' }
# pango-sys = { path = '/home/brain/src/gtk-rs-core/pango/sys' }
# [patch.'https://github.com/gtk-rs/gtk4-rs']
# gtk4 = { path = '/home/brain/src/gtk4-rs/gtk4' }
# gsk4 = { path = '/home/brain/src/gtk4-rs/gsk4' }