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

Commit 3711e3c

Browse files
drop problematic include
1 parent 5684af1 commit 3711e3c

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

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/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

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
[package.metadata.docs.rs]

gtk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ build = "build.rs"
1414
exclude = [
1515
"gir-files/*",
1616
]
17-
include = ["../LICENSE"]
1817
edition = "2021"
1918
rust-version = "1.56"
2019

gtk/sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ homepage = "http://gtk-rs.org/"
99
keywords = ["gtk", "ffi", "gtk-rs", "gnome"]
1010
license = "MIT"
1111
repository = "https://github.com/gtk-rs/gtk3-rs"
12-
include = ["../../LICENSE"]
1312
edition = "2021"
1413
rust-version = "1.56"
1514
[package.metadata.docs.rs]

gtk3-macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ exclude = [
1414
"gir-files/*",
1515
"src/composite_template.ui"
1616
]
17-
include = ["../LICENSE"]
1817
rust-version = "1.56"
1918

2019
[lib]

0 commit comments

Comments
 (0)