core: fix gamemode dependency inclusion
Fixes #723 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1e3c0667ba
commit
46c5ca1dd0
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ pub fn Sdk(comptime deps: anytype) type {
|
|||
.dependencies = &.{
|
||||
.{ .name = "gpu", .module = deps.gpu.module(b) },
|
||||
.{ .name = "glfw", .module = deps.glfw.module(b) },
|
||||
.{ .name = "gamemode", .module = deps.gamemode.module(b) },
|
||||
},
|
||||
});
|
||||
return _module.?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue