Skip to content

Commit 64a4763

Browse files
committed
update cargo toml
1 parent 72d8053 commit 64a4763

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition = "2024"
55
license = "GPL-3.0-only"
66
description = "a complex graphing gui"
77
authors = ["bgkillas <mswalhelm@gmail.com>"]
8+
repository = "https://github.com/bgkillas/kalc-plot"
9+
homepage = "https://github.com/bgkillas/kalc-plot"
810

911
[features]
1012
default=["egui"]
@@ -16,8 +18,8 @@ egui={version="0.31.1",optional=true}
1618
eframe={version="0.31.1",optional=true}
1719
winit={version="0.30.9",optional=true}
1820
softbuffer={version="0.4.6",optional=true}
19-
rupl={path="../rupl",default-features = false}
21+
rupl={version = "0.1.1",default-features = false}
2022
rug="1.27.0"
2123
rayon="1.10.0"
2224
serde_json = "1.0.140"
23-
kalc-lib={path="../kalc-lib"}
25+
kalc-lib="1.5.0"

0 commit comments

Comments
 (0)