{mach,examples,shaderexp}: fix default minimum window size
This commit is contained in:
parent
9676665ccf
commit
a873227ab8
11 changed files with 4 additions and 47 deletions
|
|
@ -33,10 +33,6 @@ const Dir = struct {
|
|||
};
|
||||
|
||||
pub fn init(app: *App, core: *mach.Core) !void {
|
||||
try core.setOptions(.{
|
||||
.size_min = .{ .width = 20, .height = 20 },
|
||||
});
|
||||
|
||||
const eye = vec3(5.0, 7.0, 5.0);
|
||||
const target = vec3(0.0, 0.0, 0.0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue