Remove unneded submodule
This commit is contained in:
parent
f2a099b539
commit
1c0fbc8760
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
|||||||
[submodule "3rdparty/libnotify"]
|
|
||||||
path = 3rdparty/libnotify
|
|
||||||
url = https://github.com/hasufell/rust-libnotify.git
|
|
||||||
branch = git-deps
|
|
1
3rdparty/libnotify
vendored
1
3rdparty/libnotify
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 5b26d19aa92316a9555b0b22d2d7c3a2721a33dc
|
|
@ -24,7 +24,7 @@ serde_derive = "^1.0.9"
|
|||||||
toml = "^0.4.2"
|
toml = "^0.4.2"
|
||||||
which = "*"
|
which = "*"
|
||||||
xdg = "*"
|
xdg = "*"
|
||||||
libnotify = { path = "3rdparty/libnotify", optional = true }
|
libnotify = { git = "https://github.com/hasufell/rust-libnotify.git", branch = "git-deps", optional = true }
|
||||||
png = "^0.9.0"
|
png = "^0.9.0"
|
||||||
|
|
||||||
[dependencies.gtk]
|
[dependencies.gtk]
|
||||||
|
Loading…
Reference in New Issue
Block a user