this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme

dusk 72f00618 f78580fb

+6 -2
+1 -1
Cargo.toml
··· 45 45 ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } 46 46 47 47 [profile.release] 48 - debug = true 48 + lto = "fat"
+5 -1
README.md
··· 1 - lazer pointer wao 1 + app that you can run on your desktop to have people be able to draw over your screen with a lazer pointer. uses `tiny-skia` and `softbuffer`. 2 + 3 + compile with `server` feature on and run that on your desktop, and compile with `client` feature and give that to your friends / host it on your website (it supports WASM, see `build.nu`). set `SERVER_URL` to configure the server URL for clients when building. 4 + 5 + see https://gaze.systems/annoy for a "demo".