Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit e33ad9e

Browse files
authored
Merge pull request #707 from gtk-rs/bilelmoussaoui/cleanup-2
drop problematic include & add missing symlinks
2 parents cd5ece8 + 0bfcbfb commit e33ad9e

File tree

13 files changed

+2
-11
lines changed

13 files changed

+2
-11
lines changed

atk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repository = "https://github.com/gtk-rs/gtk3-rs"
1313
exclude = [
1414
"gir-files/*",
1515
]
16-
include = ["../LICENSE"]
1716
edition = "2021"
1817
rust-version = "1.56"
1918

atk/sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ links = "atk-1.0"
3737
name = "atk-sys"
3838
repository = "https://github.com/gtk-rs/gtk3-rs"
3939
version = "0.15.0"
40-
include = ["../../LICENSE"]
4140
edition = "2021"
4241
rust-version = "1.56"
4342

gdk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repository = "https://github.com/gtk-rs/gtk3-rs"
1212
exclude = [
1313
"gir-files/*",
1414
]
15-
include = ["../LICENSE"]
1615
edition = "2021"
1716
rust-version = "1.56"
1817

gdk/sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ links = "gdk-3"
5353
name = "gdk-sys"
5454
repository = "https://github.com/gtk-rs/gtk3-rs"
5555
version = "0.15.0"
56-
include = ["../../LICENSE"]
5756
edition = "2021"
5857
rust-version = "1.56"
5958

gdkwayland/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ license = "MIT"
99
name = "gdkwayland"
1010
readme = "README.md"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
12-
include = ["../LICENSE"]
1312
version = "0.15.0"
1413
rust-version = "1.56"
1514

gdkwayland/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

gdkwayland/sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ license = "MIT"
77
name = "gdkwayland-sys"
88
repository = "https://github.com/gtk-rs/gtk3-rs"
99
version = "0.15.0"
10-
include = ["../../LICENSE"]
1110
edition = "2021"
1211
rust-version = "1.56"
1312

gdkwayland/sys/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

gdkx11/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repository = "https://github.com/gtk-rs/gtk3-rs"
1212
exclude = [
1313
"gir-files/*",
1414
]
15-
include = ["../LICENSE"]
1615
edition = "2021"
1716
rust-version = "1.56"
1817

gdkx11/sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repository = "https://github.com/gtk-rs/gtk3-rs"
88
name = "gdkx11-sys"
99
version = "0.15.0"
1010
build = "build.rs"
11-
include = ["../../LICENSE"]
1211
edition = "2021"
1312
rust-version = "1.56"
1413

0 commit comments

Comments
 (0)