adwaita-swift/Sources/CAdw/module.modulemap
david-swift d8de611510 Add support for auto-generated widget bindings
Additionally fix an update problem occurring with custom views
2024-01-22 21:45:31 +01:00

6 lines
83 B
Plaintext

module CAdw [system] {
header "shim.h"
link "adwaita-1"
link "gtk-4"
export *
}