diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml.disabled similarity index 100% rename from .forgejo/workflows/deploy.yml rename to .forgejo/workflows/deploy.yml.disabled diff --git a/Rust/does_not_compile.png b/Rust/does_not_compile.png new file mode 100644 index 0000000..1ce4816 Binary files /dev/null and b/Rust/does_not_compile.png differ diff --git a/Rust/not_desired_behavior.png b/Rust/not_desired_behavior.png new file mode 100644 index 0000000..b2bd8b8 Binary files /dev/null and b/Rust/not_desired_behavior.png differ diff --git a/Rust/pack.json b/Rust/pack.json new file mode 100644 index 0000000..b4f6f1c --- /dev/null +++ b/Rust/pack.json @@ -0,0 +1 @@ +{"title": "Rust", "id": "Rust", "stickers": [{"body": "does_not_compile", "url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "thumbnail_info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d2d95490568c3199fee080f957a907ae1b28690249254b4c139673b97453ddcb"}, {"body": "not_desired_behavior", "url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "thumbnail_info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a52f680c930ca42a07e8873b31a73238382c305ca32bbac691d9cd5cc7740a68"}, {"body": "panics", "url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "thumbnail_info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d976f96143afacd38d71fac442bb946b514a5c62c309906d2e0b7c58a32cd601"}]} \ No newline at end of file diff --git a/Rust/panics.png b/Rust/panics.png new file mode 100644 index 0000000..be1dd1b Binary files /dev/null and b/Rust/panics.png differ diff --git a/web/packs/Rust.json b/web/packs/Rust.json new file mode 100644 index 0000000..b4f6f1c --- /dev/null +++ b/web/packs/Rust.json @@ -0,0 +1 @@ +{"title": "Rust", "id": "Rust", "stickers": [{"body": "does_not_compile", "url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/QtoQnFEqWwBXUfKfugJXnivn", "thumbnail_info": {"w": 256, "h": 172, "size": 74446, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d2d95490568c3199fee080f957a907ae1b28690249254b4c139673b97453ddcb"}, {"body": "not_desired_behavior", "url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/WLCKEngadTiIJFlLnIEPpPiM", "thumbnail_info": {"w": 256, "h": 154, "size": 57546, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:a52f680c930ca42a07e8873b31a73238382c305ca32bbac691d9cd5cc7740a68"}, {"body": "panics", "url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png", "thumbnail_url": "mxc://smgames.club/DQKIOaNDBvOzWzQDhYgDeEWg", "thumbnail_info": {"w": 256, "h": 168, "size": 67042, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:d976f96143afacd38d71fac442bb946b514a5c62c309906d2e0b7c58a32cd601"}]} \ No newline at end of file diff --git a/web/packs/index.json b/web/packs/index.json index 9326a78..bcbb0a7 100644 --- a/web/packs/index.json +++ b/web/packs/index.json @@ -1,6 +1,7 @@ { "packs": [ - "emotes.json" + "emotes.json", + "Rust.json" ], "homeserver_url": "https://smgames.club" } \ No newline at end of file