We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242036f commit c243b8eCopy full SHA for c243b8e
Cargo.toml
@@ -2,9 +2,11 @@
2
name = "egui_xml"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "XML macro for egui"
6
+license = "MIT"
7
+github = "https://github.com/GodGotzi/egui_xml.git"
8
9
[dependencies]
-egui_xml_parser = { version = "*", path = "parser" }
10
egui_xml_macros = { version = "*", path = "macros" }
11
egui_extras = "0.27"
12
parser/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "egui_xml_parser"
-version = "0.1.0"
+version = "0.1.1"
description = "A parser for crate egui_xml"
license = "MIT"
0 commit comments