diff options
| author | flysand7 <yyakut.ac@gmail.com> | 2023-11-11 20:20:40 +1100 |
|---|---|---|
| committer | flysand7 <yyakut.ac@gmail.com> | 2023-11-11 20:20:40 +1100 |
| commit | e67473d89a5cd9284d26e7b8a4bfc826c7082668 (patch) | |
| tree | f986a4f1b918f3058b445dee1e62169b9143c4fe /examples | |
| parent | 59675949da61078c67faaaf127c54e89ff37fb52 (diff) | |
[vendor/x11]: Add most of the basic xlib bindings
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_vendor.odin | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 6864a7be2..76dd9903a 100644 --- a/examples/all/all_vendor.odin +++ b/examples/all/all_vendor.odin @@ -46,6 +46,8 @@ import nvg "vendor:nanovg" import nvg_gl "vendor:nanovg/gl" import fontstash "vendor:fontstash" +import x11 "vendor:x11" + _ :: botan_bindings _ :: botan_blake2b _ :: gost @@ -90,4 +92,6 @@ _ :: lua_5_4 _ :: nvg _ :: nvg_gl -_ :: fontstash
\ No newline at end of file +_ :: fontstash + +_ :: x11
\ No newline at end of file |