Skip to content

Commit

Permalink
renames @libs/webgl to @libs/drawing-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenist committed Dec 10, 2023
1 parent 806db4a commit d473074
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@libs/color-picker": "workspace:*",
"@libs/jsx-factory": "workspace:*",
"@libs/webgl": "workspace:*"
"@libs/drawing-engine": "workspace:*",
"@libs/jsx-factory": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/web/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./style.css"

import { WebDrawingEngine, Tools } from "@libs/webgl"
import { WebDrawingEngine, Tools } from "@libs/drawing-engine"
import { ColorPicker } from "@libs/color-picker"
import { Color } from "@libs/shared"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@libs/webgl",
"name": "@libs/drawing-engine",
"private": true,
"version": "0.0.0",
"main": "./src/exports.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d473074

Please sign in to comment.