Skip to content

Commit cb15ce8

Browse files
1.0.3
1 parent 752f90a commit cb15ce8

5 files changed

Lines changed: 57 additions & 57 deletions

File tree

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Generated codes
1313
index.js linguist-detectable=false
1414
index.d.ts linguist-detectable=false
15-
napi-testing.wasi-browser.js linguist-detectable=false
16-
napi-testing.wasi.cjs linguist-detectable=false
15+
shapez-texture-packer.wasi-browser.js linguist-detectable=false
16+
shapez-texture-packer.wasi.cjs linguist-detectable=false
1717
wasi-worker-browser.mjs linguist-detectable=false
1818
wasi-worker.mjs linguist-detectable=false

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22
env:
33
DEBUG: napi:*
4-
APP_NAME: napi-testing
4+
APP_NAME: shapez-texture-packer
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
CARGO_INCREMENTAL: '1'
7-
on:
7+
'on':
88
push:
99
branches:
1010
- master
@@ -17,7 +17,7 @@ on:
1717
- .editorconfig
1818
- docs/**
1919
pull_request: null
20-
workflow_dispatch:
20+
workflow_dispatch: null
2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.ref }}
2323
cancel-in-progress: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
authors = ["LongYinan <lynweklm@gmail.com>"]
44
edition = "2021"
5-
name = "napi_testing"
5+
name = "shapez_texture_packer"
66
version = "0.1.0"
77

88
[lib]

0 commit comments

Comments
 (0)