Skip to content

Commit

Permalink
Update Kinc and khamake
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 10, 2023
1 parent f4cb472 commit 82eee94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kinc
Submodule Kinc updated 29 files
+10 −0 Backends/Graphics4/Direct3D11/Sources/kinc/backend/graphics4/Direct3D11.c.h
+16 −16 Backends/Graphics4/G4onG5/Sources/kinc/backend/graphics4/G4.c.h
+5 −0 Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/OpenGL.c.h
+4 −3 Backends/Graphics5/Direct3D12/Sources/kinc/backend/graphics5/Direct3D12.c.h
+10 −10 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/Metal.m.h
+1 −1 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/pipeline.m.h
+6 −0 Backends/Graphics5/Metal/Sources/kinc/backend/graphics5/shader.m.h
+9 −0 Backends/System/Android/Sources/kinc/backend/system.c.h
+9 −0 Backends/System/Emscripten/Sources/kinc/backend/system.c.h
+9 −1 Backends/System/Linux/Sources/kinc/backend/system.c.h
+9 −0 Backends/System/Wasm/Sources/kinc/backend/system.c.h
+9 −0 Backends/System/WindowsApp/Sources/kinc/backend/system.winrt.cpp
+1 −1 Backends/System/WindowsApp/Sources/kinc/backend/video.c
+1 −1 Backends/System/iOS/Sources/kinc/backend/GLView.m.h
+8 −8 Backends/System/iOS/Sources/kinc/backend/GLViewController.m.h
+3 −3 Backends/System/iOS/Sources/kinc/backend/audio.m.h
+3 −3 Backends/System/iOS/Sources/kinc/backend/display.m.h
+2 −2 Backends/System/iOS/Sources/kinc/backend/mouse.c.h
+20 −12 Backends/System/iOS/Sources/kinc/backend/system.m.h
+1 −1 Backends/System/iOS/Sources/kinc/backend/window.c.h
+9 −0 Backends/System/macOS/Sources/kinc/backend/system.m.h
+1 −1 Sources/kinc/audio1/audio.c.h
+2 −0 Sources/kinc/system.h
+1 −1 Tools/freebsd_x64
+1 −1 Tools/linux_arm
+1 −1 Tools/linux_arm64
+1 −1 Tools/linux_x64
+1 −1 Tools/macos
+1 −1 Tools/windows_x64
2 changes: 1 addition & 1 deletion Tools/khamake
Submodule khamake updated 49 files
+3 −6 node_modules/.bin/mime
+16 −6 node_modules/.bin/mime.cmd
+28 −0 node_modules/.bin/mime.ps1
+3 −6 node_modules/.bin/static
+16 −6 node_modules/.bin/static.cmd
+28 −0 node_modules/.bin/static.ps1
+12 −2 node_modules/.bin/tsc.ps1
+12 −2 node_modules/.bin/tsserver.ps1
+3 −6 node_modules/.bin/uuid
+16 −6 node_modules/.bin/uuid.cmd
+28 −0 node_modules/.bin/uuid.ps1
+336 −0 node_modules/.package-lock.json
+40 −62 node_modules/@types/fs-extra/package.json
+1 −0 node_modules/anymatch/index.d.ts
+4 −2 node_modules/anymatch/index.js
+23 −51 node_modules/anymatch/package.json
+18 −10 node_modules/chokidar/README.md
+57 −20 node_modules/chokidar/index.js
+5 −0 node_modules/chokidar/lib/constants.js
+28 −20 node_modules/chokidar/lib/fsevents-handler.js
+25 −8 node_modules/chokidar/lib/nodefs-handler.js
+46 −124 node_modules/chokidar/package.json
+4 −3 node_modules/chokidar/types/index.d.ts
+30 −62 node_modules/fs-extra/package.json
+22 −0 node_modules/fsevents/LICENSE
+89 −0 node_modules/fsevents/README.md
+46 −0 node_modules/fsevents/fsevents.d.ts
+83 −0 node_modules/fsevents/fsevents.js
+ node_modules/fsevents/fsevents.node
+62 −0 node_modules/fsevents/package.json
+110 −0 node_modules/glob-parent/CHANGELOG.md
+3 −2 node_modules/glob-parent/index.js
+24 −66 node_modules/glob-parent/package.json
+13 −42 node_modules/mime/package.json
+31 −66 node_modules/node-static/package.json
+29 −0 node_modules/picomatch/CHANGELOG.md
+38 −20 node_modules/picomatch/README.md
+ node_modules/picomatch/lib/.DS_Store
+21 −10 node_modules/picomatch/lib/parse.js
+34 −30 node_modules/picomatch/lib/picomatch.js
+27 −18 node_modules/picomatch/lib/scan.js
+23 −55 node_modules/picomatch/package.json
+5 −3 node_modules/readdirp/README.md
+1 −1 node_modules/readdirp/index.d.ts
+55 −22 node_modules/readdirp/index.js
+50 −85 node_modules/readdirp/package.json
+20 −72 node_modules/uuid/package.json
+207 −81 package-lock.json
+1 −1 package.json

0 comments on commit 82eee94

Please sign in to comment.