Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit f30e683

Browse files
Merge pull request #206 from EPashkin/remove_gir-files_from_crate
Remove gir-files from crate
2 parents 587aa41 + effeb21 commit f30e683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ version = "0.7.0"
1010
description = "Rust bindings for the GDK 3 library"
1111
repository = "https://github.com/gtk-rs/gdk"
1212
build = "build.rs"
13+
exclude = [
14+
"gir-files/*",
15+
]
1316

1417
[lib]
1518
name = "gdk"

0 commit comments

Comments
 (0)