move submodules in-tree

This commit is contained in:
nora 2025-08-13 20:47:44 +02:00
parent 57c4a239da
commit 830045ee2f
238 changed files with 41955 additions and 187 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View file

@ -0,0 +1,17 @@
┌───┐ ┌───┐
ld │a.o│ │b.o│
└───┘ └───┘
┌───────────┐ ┌───────────┐
│a.o │ │b.o │
│defined: │ │defined: │
│ myfunc │ │ dependency│
│undefined: │ │ │
│ dependency│ │ │
└───────────┘ └───────────┘
symbols:

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View file

@ -0,0 +1,17 @@
┌───┐ ┌───┐
ld │a.o│ │b.o│
└───┘ └───┘
┌───────────┐ ┌───────────┐
│a.o │ │b.o │
│defined: │ │defined: │
│ myfunc │ │ dependency│
│undefined: │ │ │
│ dependency│ │ │
└───────────┘ └───────────┘
symbols:

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

@ -0,0 +1,17 @@
┌───┐ ┌───┐
ld │a.o│ │b.o│
└───┘ └───┘
┌───────────┐ ┌───────────┐
│a.o │ │b.o │
│defined: │ │defined: │
│ myfunc │ │ dependency│
│undefined: │ │ │
│ dependency│ │ │
└───────────┘ └───────────┘
symbols:
myfunc defined in a.o
dependency undefined

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

@ -0,0 +1,17 @@
┌───┐ ┌───┐
ld │a.o│ │b.o│
└───┘ └───┘
┌───────────┐ ┌───────────┐
│a.o │ │b.o │
│defined: │ │defined: │
│ myfunc │ │ dependency│
│undefined: │ │ │
│ dependency│ │ │
└───────────┘ └───────────┘
symbols:
myfunc defined in a.o
dependency undefined

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View file

@ -0,0 +1,17 @@
┌───┐ ┌───┐
ld │a.o│ │b.o│
└───┘ └───┘
┌───────────┐ ┌───────────┐
│a.o │ │b.o │
│defined: │ │defined: │
│ myfunc │ │ dependency│
│undefined: │ │ │
│ dependency│ │ │
└───────────┘ └───────────┘
symbols:
myfunc defined in a.o
dependency defined in b.o

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ffmpeg -framerate 0.5 -i %d.png -plays 0 -f apng output.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB