Remove unneded submodule

This commit is contained in:
Julian Ospald 2017-07-14 00:37:51 +02:00
parent f2a099b539
commit 1c0fbc8760
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
3 changed files with 1 additions and 6 deletions

4
.gitmodules vendored
View File

@ -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 +0,0 @@
Subproject commit 5b26d19aa92316a9555b0b22d2d7c3a2721a33dc

View File

@ -24,7 +24,7 @@ serde_derive = "^1.0.9"
toml = "^0.4.2"
which = "*"
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"
[dependencies.gtk]