Skip to content

Commit

Permalink
vcpkg updated supports
Browse files Browse the repository at this point in the history
 - also docs
  • Loading branch information
silverqx committed Sep 10, 2023
1 parent 7c344eb commit 8fd444a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/building/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ vim vcpkg.json
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org/building/hello-world",
"maintainers": "Silver Zachara <[email protected]>",
"supports": "!(uwp | arm | android | emscripten)",
"supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)",
"dependencies": [
"range-v3",
"tabulate"
Expand Down
2 changes: 1 addition & 1 deletion docs/building/migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ vim vcpkg.json
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org/building/migrations",
"maintainers": "Silver Zachara <[email protected]>",
"supports": "!(uwp | arm | android | emscripten)",
"supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)",
"dependencies": [
"range-v3",
"tabulate"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/silverqx/TinyORM",
"documentation": "https://www.tinyorm.org",
"maintainers": "Silver Zachara <[email protected]>",
"supports": "!(uwp | arm | android | emscripten)",
"supports": "!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)",
"dependencies": [
"range-v3",
"tabulate"
Expand Down

0 comments on commit 8fd444a

Please sign in to comment.