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

Commit 7c2481f

Browse files
Merge pull request #82 from EPashkin/remove_gir-files_from_crate
Remove gir-files from crate
2 parents 2fdc6d2 + 805b286 commit 7c2481f

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.3.0"
1010
description = "Rust bindings for the Gio library"
1111
repository = "https://github.com/gtk-rs/gio"
1212
build = "build.rs"
13+
exclude = [
14+
"gir-files/*",
15+
]
1316

1417
[lib]
1518
name = "gio"

0 commit comments

Comments
 (0)