Browse Source

Use absolute path for referencing kahlo-rs.

Kestrel 1 week ago
parent
commit
31fc9a0f28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -14,8 +14,8 @@ winit = { version = "0.30.0", default-features = false, features = ["x11", "wayl
 
 # for rendering
 softbuffer = "0.4.2"
-# tiny-skia = "0.11"
-kahlo = { path = "../kahlo-rs/", version = "0.1.0" }
+kahlo = { git = "https://git.flying-kestrel.ca/kestrel/kahlo-rs.git", rev = "69001b5" }
 fontdue = "0.9.0"
 
+
 [dev-dependencies]