This commit is contained in:
2024-07-12 07:59:48 -04:00
parent cc7063313f
commit 27d2c4707b
4 changed files with 170 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ win32 = []
no_relocs = []
[dependencies]
xgen = { path = "proc_macro"}
xgen = { path = "proc_macro"}
libm = { version = "0.2.8", optional = true }