File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " egui_xml"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
description = " XML macro for egui"
6
6
license = " MIT"
7
7
github = " https://github.com/GodGotzi/egui_xml.git"
8
8
9
9
[dependencies ]
10
- egui_xml_macros = { version = " 0.1.0 " , path = " macros" }
10
+ egui_xml_macros = { version = " 0.1.1 " , path = " macros" }
11
11
egui_extras = " 0.27"
12
12
13
13
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " egui_xml_macros"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
edition = " 2021"
5
5
description = " macros for egui_xml"
6
6
license = " MIT"
@@ -14,6 +14,6 @@ syn = "2.0"
14
14
quote = " 1.0"
15
15
quote_into = " 0.2.0"
16
16
proc-macro2 = " 1.0"
17
- egui_xml_parser = { version = " 0.1.1 " , path = " ../parser" }
17
+ egui_xml_parser = { version = " 0.1.2 " , path = " ../parser" }
18
18
strum_macros = " 0.26"
19
19
strum = " 0.26"
You can’t perform that action at this time.
0 commit comments