Move font assets data targets into toolbox library.

PiperOrigin-RevId: 816654994
Change-Id: Ic56fab2b0af0c8d85682f8b233342a0d088d5cca
This commit is contained in:
Haroon Qureshi
2025-10-08 05:08:24 -07:00
committed by Copybara-Service
parent 8e4932170a
commit 1335ec87e4
-2
View File
@@ -30,8 +30,6 @@ ABSL_FLAG(int, window_width, 1400, "Window width");
ABSL_FLAG(int, window_height, 700, "Window height");
ABSL_FLAG(std::string, model_file, "", "MuJoCo model file.");
constexpr char kDataPath[] = "third_party/mujoco/google/filament/assets/data/";
static std::vector<std::byte> LoadAsset(std::string_view path) {
std::ifstream file(path, std::ios::binary | std::ios::ate);
if (!file.is_open()) {