File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0 )
1+ cmake_minimum_required (VERSION 3.5 )
22project (node_window_rendering)
33
44if (APPLE )
Original file line number Diff line number Diff line change 11# node-window-rendering
22Node module to create and render textures on child windows
3+
4+ ## How to build
5+
6+ ```
7+ yarn install
8+ mkdir build
9+ cd build
10+ cmake .. -G "Xcode" -DCMAKE_INSTALL_PREFIX=dist
11+ cmake --build . --target install
12+ ```
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ minimatch@^3.0.4:
7777 dependencies :
7878 brace-expansion "^1.1.7"
7979
80- node-addon-api@^7.0.0 :
81- version "7.0.0 "
82- resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0 .tgz#8136add2f510997b3b94814f4af1cce0b0e3962e "
83- integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA ==
80+ node-addon-api@^7.1.1 :
81+ version "7.1.1 "
82+ resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1 .tgz#1aba6693b0f255258a049d621329329322aad558 "
83+ integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ ==
8484
8585once@^1.3.0 :
8686 version "1.4.0"
You can’t perform that action at this time.
0 commit comments