Skip to content

Commit a15a659

Browse files
authored
Update README.md
Adding logo, updating commit for bazel
1 parent d327bd0 commit a15a659

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# vapid soa
2+
![soa_logo](https://user-images.githubusercontent.com/469689/155224679-98bda7fb-8a8c-4a18-90f1-bb96a2a3d23c.png)
3+
24
A simple c++17 header only library that implements structure of arrays data structure backed by std::vector.
35
These are the most useful operations.
46
- `.insert(field1, field2, ...)` field_n inserts into the nth array
@@ -264,11 +266,11 @@ Bazel Installation
264266
# WORKSPACE
265267
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
266268

267-
vapid_soa_version = "e5f43d7a090079010c6fdcce5068182528009415"
269+
vapid_soa_version = "d327bd00e3a52d8c04550215df5711d0545e396e"
268270
http_archive(
269271
name = "com_github_markisus_vapid-soa",
270272
url = "https://github.com/markisus/vapid-soa/archive/{}.zip".format(vapid_soa_version),
271-
sha256 = "fd0c37dfd788e971e82d2733422e2e089cd422ba69499ea665421f0880ec7c58",
273+
sha256 = "c643d20af1ce95566ff4b2b6cdca2bd2f6aa0254a4f603c74ac8e62a84a527b4",
272274
strip_prefix = "vapid-soa-{}".format(vapid_soa_version))
273275

274276
```

0 commit comments

Comments
 (0)