Skip to content

Commit

Permalink
setup get request rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
NotReeceHarris committed Jan 17, 2025
1 parent 62776b7 commit cf4108f
Show file tree
Hide file tree
Showing 71 changed files with 21,601 additions and 6,515 deletions.
1,121 changes: 562 additions & 559 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[package]
name = "open-captcha"
version = "0.1.0"
version = "0.0.0"
description = "Rust implementation of Tiny Renderer"
authors = ["Reece Harris <me@reeceharris.net>", "Emmanuel Bustos <ema2159@gmail.com>"]
edition = "2021"

[dependencies]
warp = "0.3"
tokio = { version = "1", features = ["full"] }
minifb = "0.23"
rand = "0.8.5"
thiserror = "1.0.32"
num = "0.4.0"
image = "0.23.12"
glam = "0.21.3"
derive_builder = "0.11.2"
image = "0.25.5"
obj-rs = "0.7.4"
nalgebra = "0.33.2"
Binary file added assets/african_head/diffuse.tga
Binary file not shown.
Loading

0 comments on commit cf4108f

Please sign in to comment.