mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
module libgit2 {
|
|
umbrella header "../External/libgit2/include/git2.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|