darwin: temporarily set window background to be transparent. examples: Add core-transparent-window and remove input from core-triangle

This commit is contained in:
foxnne 2024-12-03 14:18:40 -06:00 committed by Emi Gutekanst
parent f8a2858df8
commit 19040cae25
6 changed files with 226 additions and 17 deletions

View file

@ -73,6 +73,7 @@ pub fn build(b: *std.Build) !void {
var examples = [_]Example{
.{ .name = "core-custom-entrypoint", .deps = &.{} },
.{ .name = "core-triangle", .deps = &.{} },
.{ .name = "core-transparent-window", .deps = &.{} },
// .{ .name = "custom-renderer", .deps = &.{} },
// .{ .name = "glyphs", .deps = &.{ .assets, .freetype } },
// .{ .name = "hardware-check", .deps = &.{ .assets, .zigimg } },